Ys - Os shell Public v1.0
---------------------------

The ys-os is Lua script shell.
It's built like the windows in order to give the best
Comfort in using Multiprocessing at the same time.

So what this shell can do:
--------------------------

1.Supports Multiprocessing.
2.Have basic gui as window,button etc.
3.Have file browser (basic only to see files and load png and lua files)
4.Have debug console for developers.
5.Basic paint program.
6.Can set backgrounds.
7.Image Viewer loads only png 512X512.

For now thats all.

I hope that this will be more usefull in the future.

If ther's some one that wont to develop a program to the ys-os
i hope to releass soon a document that will explain all the objects
and the basic rules to develop to the ys-os.

I hope that as more pepole will make usefull programs to the ys-os this
shell will become more usefull.


buttons:
--------
Left mouse button : X
Right mouse button : O


Help:
-----

How to set backgrounds?
- load image using the image viewer and press right mouse button then press set background.

Why the LUA file is not working and i get error?
- The ys-os can load lua's that was build for it. it can load other lua but the file will have the current
  location of the ys-os and not the current file location mostly for loading images.

Why i can't load image?
- Chack that the image is png and the size is max 512X512.
